X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Ftriface%2Fboot%2Fhw%2Fhw_boot.h;h=7bbb4817f69a2b38303629ac2cc678dffaa8ac97;hb=ab067bd420a6e48b25d66444d97ee229b48bcb23;hp=fa9bff4a9206b05a4f95b32a52fee701924de8f1;hpb=24c21c92d29b76a3f0de0a107f4bafef7bb0f812;p=bertos.git diff --git a/examples/triface/boot/hw/hw_boot.h b/examples/triface/boot/hw/hw_boot.h index fa9bff4a..7bbb4817 100644 --- a/examples/triface/boot/hw/hw_boot.h +++ b/examples/triface/boot/hw/hw_boot.h @@ -44,6 +44,7 @@ #define HW_BOOT_H #include +#include /* Set up function pointer to RESET vector */ void (*rom_start)(void) NORETURN = 0x0000;