mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
14 lines
171 B
C
14 lines
171 B
C
#pragma once
|
|
|
|
#include "nb_display.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern NbDisplayDriver board_2432s024_create_display_driver();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|