Refactor F2/local before F3 merge (#220)
* add files from f3 * rollback lfs * Move assets from LFS * remove lfs from build Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "flipper.h"
|
||||
#include "u8g2/u8g2.h"
|
||||
|
||||
extern TIM_HandleTypeDef htim5;
|
||||
extern TIM_HandleTypeDef SPEAKER_TIM;
|
||||
|
||||
void coreglitch_demo_0(void* p) {
|
||||
FuriRecordSubscriber* log = get_default_log();
|
||||
@@ -40,7 +40,8 @@ void coreglitch_demo_0(void* p) {
|
||||
}
|
||||
|
||||
// TODO get sound from FURI
|
||||
hal_pwm_set(width, freq, &htim5, TIM_CHANNEL_4);
|
||||
hal_pwm_set(width, freq, &SPEAKER_TIM, SPEAKER_CH);
|
||||
|
||||
// delay(1);
|
||||
|
||||
cnt++;
|
||||
|
Reference in New Issue
Block a user