Browse Source

Change include 'rtthread.h' to 'rtconfig.h' .

armink 7 years ago
parent
commit
8ea0fd33cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/tinycrypt_config.h

+ 1 - 1
include/tinycrypt_config.h

@@ -38,6 +38,6 @@
 #ifndef TINY_CRYPT_CONFIG_H__
 #define TINY_CRYPT_CONFIG_H__
 
-#include <rtthread.h>
+#include <rtconfig.h>
 
 #endif