1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 14:28:07 +00:00

trezorhal: remove dependency on py/

This commit is contained in:
Pavol Rusnak 2017-04-04 01:12:22 +02:00
parent d8d62af275
commit 1f837c4572
2 changed files with 3 additions and 4 deletions

View File

@ -32,10 +32,11 @@
/* Includes ------------------------------------------------------------------*/
#include STM32_HAL_H
#include "usbd_core.h"
#include "py/obj.h"
#include "irq.h"
#include "usb.h"
#define IRQ_PRI_OTG_FS 6
#define IRQ_SUBPRI_OTG_FS 0
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/

View File

@ -39,8 +39,6 @@
#include <stdlib.h>
#include <string.h>
#include "py/mpconfig.h"
/* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/
/* Common Config */