mirror of
git://soft.sys114.com/klipper
synced 2026-02-13 11:40:33 +09:00
7 lines
122 B
C
7 lines
122 B
C
#ifndef __GENERIC_ARMCM_RESET_H
|
|
#define __GENERIC_ARMCM_RESET_H
|
|
|
|
void try_request_canboot(void);
|
|
|
|
#endif // armcm_reset.h
|