Просмотр исходного кода

Include rthw.h header file to fix compiling issue in SMP

Bernard Xiong 7 лет назад
Родитель
Сommit
6cd2d1ff62
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      port/mpconfigport.h

+ 1 - 1
port/mpconfigport.h

@@ -23,7 +23,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
-
+#include <rthw.h>
 #include <rtthread.h>
 #include <stdint.h>
 #include <stdio.h>