Skip to content
Snippets Groups Projects
Commit f3aae2f4 authored by James Munns's avatar James Munns Committed by GitHub
Browse files

Revert README changes

parent 57ce239e
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ extern crate coap;
extern crate coap;
use std::io;
use coap::{CoAPResponse, CoAPRequest};
use coap::{CoAPServer, CoAPResponse, CoAPRequest};
fn request_handler(req: CoAPRequest) -> Option<CoAPResponse> {
println!("Receive request: {:?}", req);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment