1
0
mirror of synced 2024-11-27 23:10:49 +01:00
bananatools/board/bpreader.c

17 lines
249 B
C
Raw Normal View History

2023-01-03 05:35:53 +01:00
#include <windows.h>
#include <stdint.h>
#include <stdbool.h>
#include "board/bpreader.h"
static struct bpreader_config config;
HRESULT bpreader_init(uint16_t port)
{
return S_OK;
}
void bpreader_congif_init(struct bpreader_config *cfg)
{
}