Applications dependency, initial realization (#159)

This commit is contained in:
DrZlo13
2020-10-05 20:17:34 +10:00
committed by GitHub
parent 44ab04f8d6
commit ec5e5da138
8 changed files with 103 additions and 20 deletions

View File

@@ -14,9 +14,6 @@ static void event_cb(const void* value, size_t size, void* ctx) {
}
void application_input_dump(void* p) {
// TODO try open record and retry on timeout (needs FURI behaviour change)
delay(1000);
// open record
FuriRecordSubscriber* state_record =
furi_open("input_state", false, false, state_cb, NULL, NULL);

View File

@@ -4,9 +4,6 @@
void u8g2_example(void* p) {
FuriRecordSubscriber* log = get_default_log();
// TODO try open record and retry on timeout (needs FURI behaviour change)
delay(1000);
// open record
FuriRecordSubscriber* fb_record = furi_open("u8g2_fb", false, false, NULL, NULL, NULL);