Path segments reversed in include file path. Noted by Brennan Ashton

This commit is contained in:
Gregory Nutt 2014-09-25 10:12:23 -06:00
parent e583246638
commit 2ee4f47df4
1 changed files with 2 additions and 2 deletions

View File

@ -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