diff --git a/rp2040-hal/Cargo.toml b/rp2040-hal/Cargo.toml index 2b86b06..3c1335c 100644 --- a/rp2040-hal/Cargo.toml +++ b/rp2040-hal/Cargo.toml @@ -50,3 +50,8 @@ rom-v2-intrinsics = [] # irq example uses cortex-m-rt::interrupt, need rt feature for that name = "gpio_irq_example" required-features = ["rt"] + +[[example]] +# vector_table example uses cortex-m-rt::interrupt, need rt feature for that +name = "vector_table" +required-features = ["rt"]