mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 09:23:20 +00:00
Path segments reversed in include file path. Noted by Brennan Ashton
This commit is contained in:
parent
e583246638
commit
2ee4f47df4
1 changed files with 2 additions and 2 deletions
|
|
@ -47,8 +47,8 @@
|
|||
|
||||
#include <nuttx/fs/fs.h>
|
||||
|
||||
#include <crypto/nuttx/crypto.h>
|
||||
#include <crypto/nuttx/cryptodev.h>
|
||||
#include <nuttx/crypto/crypto.h>
|
||||
#include <nuttx/crypto/cryptodev.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Private Function Prototypes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue