mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-04-25 08:07:59 -05:00
Renaming _link_common.h => _link_common.hpp
This commit is contained in:
parent
8c3fc70fa7
commit
be65e8dc9d
|
|
@ -24,7 +24,7 @@
|
|||
// - call reset() when you finish doing GPIO stuff!
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
#include "_link_common.h"
|
||||
#include "_link_common.hpp"
|
||||
|
||||
class LinkGPIO {
|
||||
private:
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
// - only transfer(...) if isReady()
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
#include "_link_common.h"
|
||||
#include "_link_common.hpp"
|
||||
|
||||
static volatile char LINK_RAW_CABLE_VERSION[] = "LinkRawCable/v7.0.0";
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
// - don't send 0xFFFFFFFF (or 0xFF in 8-bit mode), it's reserved for errors!
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
#include "_link_common.h"
|
||||
#include "_link_common.hpp"
|
||||
|
||||
// 8-bit mode (uncomment to enable)
|
||||
// #define LINK_SPI_8BIT_MODE
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user