Skip to content

Commit f8cc8ae

Browse files
authored
Merge pull request #57 from RT-Thread-packages/fix_rthw
Include rthw.h header file to fix compiling issue in SMP
2 parents 49a7fdc + 6cd2d1f commit f8cc8ae

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)