modules: put all modules in separate sub directories

This commit is contained in:
Daniel Eklöf 2018-11-17 23:15:32 +01:00
parent 97028ae28c
commit 081bccf06d
8 changed files with 15 additions and 15 deletions

View file

@ -12,9 +12,9 @@
#include "particles/list.h"
#include "module.h"
#include "modules/label.h"
#include "modules/clock.h"
#include "modules/xwindow.h"
#include "modules/label/label.h"
#include "modules/clock/clock.h"
#include "modules/xwindow/xwindow.h"
static uint8_t
hex_nibble(char hex)