Skip to content

Commit f793065

Browse files
committed
lib: tone: Add logging statement to open dummy PR
This is to allow a dummy PR to be opened to test the CI system. Signed-off-by: Graham Wacey <[email protected]>
1 parent 5375d6e commit f793065

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tone/tone.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ int tone_gen_size(void *tone, size_t *tone_size, uint16_t tone_freq_hz, uint32_t
118118
int32_t max;
119119

120120
if (tone == NULL || tone_size == NULL) {
121+
LOG_DBG("Invalid input parameters\n");
121122
return -ENXIO;
122123
}
123124

0 commit comments

Comments
 (0)