mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02: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
|