Skip to content

Commit

Permalink
remove rcpp::export
Browse files Browse the repository at this point in the history
  • Loading branch information
mnr committed Nov 22, 2023
1 parent 28ab1d8 commit a4028be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rpi_spi_open.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ using namespace Rcpp;
//' @examplesIf is.rpi.spi()
//' spi_identifier <- rpi_spi_open(spiBus = 0, spiChan = 0)
//'
// [[Rcpp::export]]
int rpi_spi_open(unsigned spiChan, unsigned spiBus = 0,
unsigned max_speed_hz = 32000000)
{
Expand Down

0 comments on commit a4028be

Please sign in to comment.