variants: IkokaNrf52Board: Use NRF52Board base class
Signed-off-by: Frieder Schrempf <frieder@fris.de>
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <MeshCore.h>
|
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
#include <MeshCore.h>
|
||||||
|
#include <helpers/NRF52Board.h>
|
||||||
|
|
||||||
#ifdef IKOKA_NRF52
|
#ifdef IKOKA_NRF52
|
||||||
|
|
||||||
class IkokaNrf52Board : public mesh::MainBoard {
|
class IkokaNrf52Board : public NRF52Board {
|
||||||
protected:
|
protected:
|
||||||
uint8_t startup_reason;
|
uint8_t startup_reason;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user