From bf9223c4c431ff90a727e5f050f769e5129d7cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Tue, 21 May 2019 14:08:03 +0200 Subject: [PATCH] Add note --- s3l.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3l.h b/s3l.h index c70e3f5..f3ed75c 100644 --- a/s3l.h +++ b/s3l.h @@ -867,7 +867,7 @@ void S3L_initDrawConfig(S3L_DrawConfig *config) } void S3L_PIXEL_FUNCTION(S3L_PixelInfo *pixel); // forward decl - + // TODO: ^ should be inline? typedef struct { int16_t steps;