firmware/stm32/bootloader/misc.h

14 lines
265 B
C

/*
* (c) Copyright 2018 by Coinkite Inc. This file is part of Coldcard <coldcardwallet.com>
* and is covered by GPLv3 license found in COPYING.
*/
#pragma once
// no screen
void enter_dfu(void);
// shows "send update" screen first
void dfu_by_request(void);