No longer needs a power of two.

This commit is contained in:
Francois Best 2014-05-21 08:29:47 +02:00
parent 49fa0295e3
commit 5454bd46bc
1 changed files with 0 additions and 2 deletions

View File

@ -145,8 +145,6 @@ inline typename MidiNoteList<Size>::Cell& MidiNoteList<Size>::Cell::operator= (c
template<byte Size>
inline MidiNoteList<Size>::MidiNoteList()
{
// Check that size is a power of two
//AVR_STATIC_ASSERT(Size != 0 && !(Size & (Size - 1)));
}
template<byte Size>