Skip to content

Commit 6cd2d1f

Browse files
committed
Include rthw.h header file to fix compiling issue in SMP
1 parent 49a7fdc commit 6cd2d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

port/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2424
* THE SOFTWARE.
2525
*/
26-
26+
#include <rthw.h>
2727
#include <rtthread.h>
2828
#include <stdint.h>
2929
#include <stdio.h>

0 commit comments

Comments
 (0)