Przeglądaj źródła

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

armink 8 lat temu
rodzic
commit
8ea0fd33cd
1 zmienionych plików z 1 dodań i 1 usunięć
  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