mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 04:04:34 +00:00
Remove extra semicolons.
This commit is contained in:
parent
600a983d5c
commit
d96379dc9c
@ -38,7 +38,7 @@ struct buffer_t {
|
||||
count { count },
|
||||
sampling_rate { 0 }
|
||||
{
|
||||
};
|
||||
}
|
||||
|
||||
constexpr buffer_t(
|
||||
T* const p,
|
||||
@ -48,7 +48,7 @@ struct buffer_t {
|
||||
count { count },
|
||||
sampling_rate { sampling_rate }
|
||||
{
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
#endif/*__BUFFER_H__*/
|
||||
|
Loading…
Reference in New Issue
Block a user