Fixed missing include
This commit is contained in:
parent
f687010af5
commit
51b16df374
|
@ -14,6 +14,7 @@
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
#include <ch.h>
|
||||
#include "fault_handlers.h"
|
||||
#include <hal.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in New Issue