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

Merge pull request #57 from RT-Thread-packages/fix_rthw

Include rthw.h header file to fix compiling issue in SMP
朱天龙 (Armink) 7 лет назад
Родитель
Сommit
f8cc8aecc7
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>