10 lines
249 B
C
10 lines
249 B
C
/*
|
|
* (c) Copyright 2018 by Coinkite Inc. This file is covered by license found in COPYING-CC.
|
|
*/
|
|
#ifndef MICROPY_INCLUDED_STMHAL_MODCKCC_H
|
|
#define MICROPY_INCLUDED_STMHAL_MODCKCC_H
|
|
|
|
#include "py/obj.h"
|
|
|
|
#endif // MICROPY_INCLUDED_STMHAL_MODCKCC_H
|