mirror of
https://github.com/andreili/katapult.git
synced 2025-08-24 03:44:06 +02:00
Move the flashing command processing code from canboot_main.c to a new flashcmd.c file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
7 lines
100 B
C
7 lines
100 B
C
#ifndef __FLASHCMD_H
|
|
#define __FLASHCMD_H
|
|
|
|
int flashcmd_is_in_transfer(void);
|
|
|
|
#endif // flashcmd.h
|