feat: add lab-rv32i-freertos-vector-raii card
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "freertos/vector_v1.hpp"
|
||||
|
||||
void copy_must_not_compile( const freertos::VectorV1 & source )
|
||||
{
|
||||
freertos::VectorV1 copy { source };
|
||||
( void ) copy;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user