pterodragon

Results 2 issues of pterodragon

``` include(Catch) catch_discover_tests(all_tests) ``` The above is good to include all the test names into ctest so that `ctest -N` lists the test names. But it doesn't work with tags....

Tweak request
Extras

https://github.com/cnoviello/mastering-stm32/blob/master/nucleo-f446RE/Middlewares/FatFs/src/drivers/sd_diskio_spi.c#L354 ACMD41 returns 0x05 (includes the illegal command flag) here I think this line https://github.com/cnoviello/mastering-stm32/blob/master/nucleo-f446RE/Middlewares/FatFs/src/drivers/sd_diskio_spi.c#L259 should have been ``` cmd_message[0] = cmd | 0x40; ``` I'm using a SanDisk 64...