13 lines
214 B
C
13 lines
214 B
C
/*
|
|
* (c) Copyright 2018 by Coinkite Inc. This file is covered by license found in COPYING-CC.
|
|
*/
|
|
#pragma once
|
|
|
|
// no screen
|
|
void enter_dfu(void);
|
|
|
|
// shows "send update" screen first
|
|
void dfu_by_request(void);
|
|
|
|
|