FreeRTOS f*ckery

This commit is contained in:
Attila Body 2021-10-30 00:29:13 +02:00
parent 4e45521e52
commit 4e9d7b1334
8 changed files with 122 additions and 13 deletions

View file

@ -1,13 +1,13 @@
#ifndef __ili9341_H
#define __ili9341_H
#include <f4ll_cpp/singleton.h>
#include <f4ll_cpp/strangeton.h>
#include <f4ll_cpp/dmahelper.h>
#include <inttypes.h>
namespace f4ll_cpp {
class Ili9341Fsmc : public Singleton<Ili9341Fsmc>, private DmaHelper
class Ili9341Fsmc : public Strangeton<Ili9341Fsmc>, private DmaHelper
{
public:
struct PixelPair {