LPC1768: flash_hal removal duplication

IAP typedef duplication removal
pull/5189/head
Martin Kojtal 2017-09-25 14:21:02 +01:00
parent 6a6561028e
commit 9a191de5f9
1 changed files with 0 additions and 4 deletions

View File

@ -108,10 +108,6 @@ int32_t flash_erase_sector(flash_t *obj, uint32_t address)
}
/* IAP Call */
typedef void (*IAP_Entry) (unsigned long *cmd, unsigned long *stat);
#define IAP_Call ((IAP_Entry) 0x1FFF1FF1)
int32_t flash_program_page(flash_t *obj, uint32_t address,
const uint8_t *data, uint32_t size)
{