From 5108bca24a42a669d3d457afe61b163cdb47308b Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Tue, 12 Jan 2010 23:51:17 +0100 Subject: digital/avr/modules/flash: flash command uint replaced by flash_cmd_t type --- digital/avr/modules/flash/flash.avr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/avr/modules/flash/flash.avr.c') diff --git a/digital/avr/modules/flash/flash.avr.c b/digital/avr/modules/flash/flash.avr.c index 35b2201a..f426100a 100644 --- a/digital/avr/modules/flash/flash.avr.c +++ b/digital/avr/modules/flash/flash.avr.c @@ -95,7 +95,7 @@ flash_erase (uint8_t cmd, uint32_t start_addr) } void -flash_send_command (uint8_t cmd) +flash_send_command (flash_cmd_t cmd) { AC_FLASH_PORT &= ~_BV(AC_FLASH_BIT_SS); spi_send (cmd); -- cgit v1.2.3