Przeglądaj źródła

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

Include rthw.h header file to fix compiling issue in SMP
朱天龙 (Armink) 7 lat temu
rodzic
commit
f8cc8aecc7
1 zmienionych plików z 1 dodań i 1 usunięć
  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>