Move frozen to its own subdir

This commit is contained in:
Pim van Pelt
2017-11-26 10:48:10 +01:00
parent a8282618a3
commit e924a64950
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
#include <stdlib.h>
#include <string.h>
#include "frozen.h"
#include "frozen/frozen.h"
#include "mgos_mock.h"
int test_widget(void);