mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 18:44:01 +00:00
style: auto-format C/C++ sources with clang-format
This commit is contained in:
committed by
github-actions[bot]
parent
14b86d50bd
commit
42159d1af8
@@ -4,9 +4,9 @@
|
||||
#include <clks/types.h>
|
||||
|
||||
#define CLKS_AUDIO_PIT_BASE_HZ 1193182ULL
|
||||
#define CLKS_AUDIO_FREQ_MIN 20ULL
|
||||
#define CLKS_AUDIO_FREQ_MAX 20000ULL
|
||||
#define CLKS_AUDIO_TICKS_MAX 2048ULL
|
||||
#define CLKS_AUDIO_FREQ_MIN 20ULL
|
||||
#define CLKS_AUDIO_FREQ_MAX 20000ULL
|
||||
#define CLKS_AUDIO_TICKS_MAX 2048ULL
|
||||
|
||||
static clks_bool clks_audio_ready = CLKS_FALSE;
|
||||
static u64 clks_audio_played_count = 0ULL;
|
||||
|
||||
Reference in New Issue
Block a user