Applications dependency, initial realization (#159)
This commit is contained in:
@@ -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);
|
||||
|
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user