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:
parent
3aab763f73
commit
a92a57457b
|
@ -25,6 +25,8 @@
|
|||
#ifndef HAL_H
|
||||
#define HAL_H
|
||||
|
||||
#include "ccportab.h"
|
||||
|
||||
#include "osal.h"
|
||||
#include "board.h"
|
||||
#include "halconf.h"
|
||||
|
|
Loading…
Reference in New Issue