Renaming _link_common.h => _link_common.hpp

This commit is contained in:
Rodrigo Alfonso 2024-08-06 09:56:58 -03:00
parent 8c3fc70fa7
commit be65e8dc9d
4 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
// - call reset() when you finish doing GPIO stuff!
// --------------------------------------------------------------------------
#include "_link_common.h"
#include "_link_common.hpp"
class LinkGPIO {
private:

View File

@ -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";

View File

@ -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