Преглед изворни кода

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

armink пре 8 година
родитељ
комит
8ea0fd33cd
1 измењених фајлова са 1 додато и 1 уклоњено
  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