diff options
Diffstat (limited to 'os/hal/templates/hal_i2s_lld.c')
-rw-r--r-- | os/hal/templates/hal_i2s_lld.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/templates/hal_i2s_lld.c b/os/hal/templates/hal_i2s_lld.c index 3a77b2636..7424a663a 100644 --- a/os/hal/templates/hal_i2s_lld.c +++ b/os/hal/templates/hal_i2s_lld.c @@ -84,6 +84,7 @@ void i2s_lld_start(I2SDriver *i2sp) { }
#endif
+ }
}
/**
|