You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libPhyComv1 & libUtilv1: Update version file to 1.14.2
Both of these modules got minor patches/fixes since
the last patch release.
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
libRand: bs_rand_main: Make functions declarations prototypes
Add an explicit (void) to functions without parameters,
in their declarations, this makes them actual prototypes
which tells the compiler they get no arguments,
instead of an unknown number of arguments.
This avoid possible build warnings, and possible
missaligments in the callers.
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
libUtil: Bugfix on bs_results error case
On a "Couldn't create results folder" error, the code
would likely segfault while printing the error message.
Fix it.
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>