add pico_rand to kitchen_sink (#1204)

This commit is contained in:
Graham Sanderson 2023-01-27 10:59:59 -06:00 committed by GitHub
parent 45d2dc4c95
commit 1bd9de95de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ target_link_libraries(kitchen_sink_libs INTERFACE
pico_mem_ops
pico_multicore
pico_platform
pico_rand
pico_stdlib
pico_sync
pico_time

View File

@ -41,6 +41,7 @@
#include "pico/malloc.h"
#include "pico/multicore.h"
#include "pico/printf.h"
#include "pico/rand.h"
#include "pico/runtime.h"
#include "pico/stdio.h"
#include "pico/stdlib.h"