Now hal.h includes cc_portab.h by default making it mandatory.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15723 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2022-08-14 14:20:50 +00:00
parent 3aab763f73
commit a92a57457b
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#ifndef HAL_H
#define HAL_H
#include "ccportab.h"
#include "osal.h"
#include "board.h"
#include "halconf.h"