mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-18 19:28:02 -04:00
Added map display view (GeoMapView)
SigGen duration bugfix
This commit is contained in:
parent
3005403b5e
commit
b57b41753f
12 changed files with 18177 additions and 70 deletions
|
@ -46,7 +46,7 @@ const uint32_t de_bruijn_polys[14] {
|
|||
struct de_bruijn {
|
||||
public:
|
||||
void init(const uint32_t n);
|
||||
uint32_t compute(const uint32_t step);
|
||||
uint32_t compute(const uint32_t steps);
|
||||
|
||||
private:
|
||||
uint32_t length { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue