Fix the ulp-hal build

This commit is contained in:
ivmarkov 2022-09-06 18:18:04 +03:00 committed by Ivan Markov
parent 7ae26b51d8
commit d21ee8d31a

View File

@ -16,6 +16,8 @@ pub type touch_pad_t = i32;
#[allow(non_camel_case_types)]
pub type adc_atten_t = i32;
#[allow(non_camel_case_types)]
pub type gpio_mode_t = u8;
#[allow(non_camel_case_types)]
pub type gpio_pull_mode_t = u8;
#[allow(non_upper_case_globals)]