Sign in
◑
Theme
pigweed
/
third_party
/
github
/
raspberrypi
/
picotool
/
bdd164b3a415e0742ed45bbcedf7eb2579170d71
/
.
/
model
/
model.cpp
blob: e9925f36ecd6cc7c1d9af5825c51ff6364b685f9 [
file
]
#include
"model.h"
std
::
shared_ptr
<model_info>
models
::
unknown
=
std
::
make_shared
<model_unknown>
();
std
::
shared_ptr
<model_info>
models
::
largest
=
std
::
make_shared
<model_rp_generic>
();