mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-28 21:01:26 +00:00
Fix the ulp-hal build
This commit is contained in:
parent
7ae26b51d8
commit
d21ee8d31a
@ -16,6 +16,8 @@ pub type touch_pad_t = i32;
|
|||||||
#[allow(non_camel_case_types)]
|
#[allow(non_camel_case_types)]
|
||||||
pub type adc_atten_t = i32;
|
pub type adc_atten_t = i32;
|
||||||
#[allow(non_camel_case_types)]
|
#[allow(non_camel_case_types)]
|
||||||
|
pub type gpio_mode_t = u8;
|
||||||
|
#[allow(non_camel_case_types)]
|
||||||
pub type gpio_pull_mode_t = u8;
|
pub type gpio_pull_mode_t = u8;
|
||||||
|
|
||||||
#[allow(non_upper_case_globals)]
|
#[allow(non_upper_case_globals)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user