Merge branch 'master' of ssh://172.29.0.8/home/folkert/git/PDP-11

This commit is contained in:
folkert van heusden 2024-04-27 08:55:16 +02:00
commit 8311511af2
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

1
gen.h
View file

@ -28,5 +28,6 @@ typedef enum { rm_prev, rm_cur } rm_selection_t;
// see also https://github.com/espressif/esp-idf/issues/1934 // see also https://github.com/espressif/esp-idf/issues/1934
#define DEFAULT_N_PAGES 12 #define DEFAULT_N_PAGES 12
#else #else
// more requires unibusmap support
#define DEFAULT_N_PAGES 31 #define DEFAULT_N_PAGES 31
#endif #endif