ufbt fixes protoview

This commit is contained in:
MX
2023-07-22 20:48:20 +03:00
parent 0470d681a2
commit 823094bf79
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#include <cc1101.h>
#include <cc1101_regs.h>
/* ========================== DATA RATE SETTINGS ===============================
*
* This is how to configure registers MDMCFG3 and MDMCFG4.

View File

@@ -2,7 +2,7 @@
* See the LICENSE file for information about the license. */
#include "app.h"
#include <cc1101.h>
#include <cc1101_regs.h>
static void direct_sampling_timer_start(ProtoViewApp* app);
static void direct_sampling_timer_stop(ProtoViewApp* app);