Fix overly-enthusiastic .gitignore

This commit is contained in:
polyfractal 2017-01-10 06:42:22 -05:00
parent a83d26d251
commit 76247cfc7a
20 changed files with 7104 additions and 1 deletions

View file

@ -0,0 +1,11 @@
#ifndef CLOUD_LINK_H
#define CLOUD_LINK_THREAD_H
#include "wigadget.h"
void start_cloud_link(void);
void cloud_link_task(void *param);
#endif