mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
bootloader: Remove unused prototypes.
This commit is contained in:
parent
3f4273c4dc
commit
1ac766d56a
@ -96,8 +96,6 @@ void port_pin_mode(uint32_t pin, uint32_t mode);
|
||||
uint32_t port_pin_read(uint32_t pin);
|
||||
void port_pin_write(uint32_t pin, uint32_t state);
|
||||
void port_led_blink(uint32_t interval_ms);
|
||||
int port_flash_read(uint32_t ptype, uint32_t addr, uint8_t *buf, uint32_t size);
|
||||
int port_flash_write(uint32_t ptype, uint32_t addr, const uint8_t *buf, uint32_t size);
|
||||
void port_mpu_init(void);
|
||||
void port_mpu_deinit(void);
|
||||
void port_mpu_load_defaults();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user