diff options
| author | drowe67 <[email protected]> | 2023-07-20 08:59:48 +0930 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-20 08:59:48 +0930 |
| commit | 06d4c11e699b0351765f10398abb4f663a984f36 (patch) | |
| tree | 33e22af0814c5b6c3d676f096ae8c2ac8a3ed9f0 /stm32/src | |
| parent | 6588e77f38bdebd7adffe091b22e7760d95d0ccb (diff) | |
| parent | 4d6c143c0abec15e1d6ed1fd95d36f80e6cb7df8 (diff) | |
Merge pull request #3 from drowe67/dr-cleanup21.2.0
Cleanup Part 2
Diffstat (limited to 'stm32/src')
| -rw-r--r-- | stm32/src/stm32f4_dac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm32/src/stm32f4_dac.c b/stm32/src/stm32f4_dac.c index ec61bf4..8efb004 100644 --- a/stm32/src/stm32f4_dac.c +++ b/stm32/src/stm32f4_dac.c @@ -188,7 +188,7 @@ static void dac1_config(void) /* This line fixed a bug that cost me 5 days, bad wave amplitude value, and some STM32F4 periph library bugs caused triangle wave - geneartion to be enable resulting in a low level tone on the + generation to be enable resulting in a low level tone on the SM1000, that we thought was caused by analog issues like layour or power supply biasing */ |
