Module improvements: lvgl, gps, crypt (#585)
This commit is contained in:
committed by
GitHub
parent
ca5b071859
commit
db7468d0c8
@@ -22,7 +22,7 @@
|
||||
#include <tactility/module.h>
|
||||
#include <tactility/time.h>
|
||||
|
||||
#include <tactility/lvgl_module.h>
|
||||
#include <lvgl/lvgl.h>
|
||||
|
||||
#include <drivers/bm8563.h>
|
||||
#include <drivers/bmi270.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "doctest.h"
|
||||
#include <tactility/crypt.h>
|
||||
#include <crypt/crypt.h>
|
||||
#include <cstring>
|
||||
|
||||
TEST_CASE("crypt_encrypt followed by crypt_decrypt returns the original data") {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "doctest.h"
|
||||
#include <tactility/hash.h>
|
||||
#include <crypt/hash.h>
|
||||
#include <cstring>
|
||||
|
||||
TEST_CASE("djb2_str of an empty string returns the DJB2 seed value") {
|
||||
|
||||
Reference in New Issue
Block a user