ESP32-CAN/.cargo/config

7 lines
141 B
Plaintext
Raw Normal View History

2021-06-09 07:25:56 +01:00
[build]
target = "xtensa-esp32-none-elf"
[unstable]
build-std = ["std", "panic_abort"]
build-std-features = ["panic_immediate_abort"]