mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
* app loading wip * various improvements irq/isr stuff is now working lvgl locking where needed hello world now uses proper mutex for app unlocking etc? * various improvements * cmsis_esp improvements * implement interrupts
14 lines
148 B
C
14 lines
148 B
C
#pragma once
|
|
|
|
#include "app_manifest.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern const AppManifest desktop_app;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|