Blame view

build3/ion/src/device/fcc_id.cpp 92 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
  #include <ion.h>
  #include <assert.h>
  
  const char * Ion::fccId() {
    return "2ALWP-N0100";
  }