Add hardware_exception for setting exception handlers at runtime (#380)
This commit is contained in:
@ -6,6 +6,7 @@ target_link_libraries(kitchen_sink_libs INTERFACE
|
||||
hardware_adc
|
||||
hardware_clocks
|
||||
hardware_divider
|
||||
hardware_exception
|
||||
hardware_dma
|
||||
hardware_flash
|
||||
hardware_gpio
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include "hardware/clocks.h"
|
||||
#include "hardware/divider.h"
|
||||
#include "hardware/dma.h"
|
||||
#include "hardware/exception.h"
|
||||
#include "hardware/flash.h"
|
||||
#include "hardware/gpio.h"
|
||||
#include "hardware/i2c.h"
|
||||
|
Reference in New Issue
Block a user