Skip to content

Commit

Permalink
FIXME! Reset cbMAXPROCS 3 and cbNUM_FE_CHANS 512 on CBPROTO_311. This…
Browse files Browse the repository at this point in the history
… fixes a specific use-case but is almost certainly wrong.
  • Loading branch information
cboulay committed Sep 6, 2023
1 parent abf8941 commit d60c6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbhwlib/cbproto.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ typedef int16_t A2D_DATA;
// Total (actually 156) (160) -> (320)
//
#define cbMAXOPEN 4 // Maximum number of open cbhwlib's (nsp's)
#if defined(__cplusplus) && !defined(CBPROTO_311)
#if defined(__cplusplus) //&& !defined(CBPROTO_311)
// Client-side defs
#define cbMAXPROCS 3 // Number of NSPs for client
#define cbNUM_FE_CHANS 512 // Front end channels for client
Expand Down

0 comments on commit d60c6d8

Please sign in to comment.