From 9b79ba5f873538dcd3891b9887b9eee8bdfac8fd Mon Sep 17 00:00:00 2001 From: bbartels <bbartels@iastate.edu> Date: Mon, 1 May 2017 19:33:53 -0500 Subject: [PATCH] Update README.md --- quad/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quad/README.md b/quad/README.md index dae356a0b..6becead2f 100644 --- a/quad/README.md +++ b/quad/README.md @@ -9,7 +9,7 @@ the quad, and the XSDK main project that runs on the Zybo. The main quad application is located at `src/quad_app/`. To run this application on the Zybo, we need to implement the hardware drivers, -and provide a `main function`. This is done in `xsdk_workspace/real_quad/src`. +and provide a `main` function. This is done in `xsdk_workspace/real_quad/src`. We can also run this application on our own laptops for testing. We call this implementation the "virtual quad". This is done in `src/virt_quad`. -- GitLab