11 lines
282 B
C
11 lines
282 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.
|
|
*/
|
|
#ifndef MICROPY_INCLUDED_MODTOUCH_H
|
|
#define MICROPY_INCLUDED_MODTOUCH_H
|
|
|
|
#include "py/obj.h"
|
|
|
|
#endif // MICROPY_INCLUDED_MODTOUCH_H
|